home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  184 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   puppetSprite(9, 1)
  4.   set the castNum of sprite 9 to the number of cast "HIDD"
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(9, 0)
  9.   updateStage()
  10.   go("02")
  11. end
  12.